PipedreamHQ / PipedreamHQ/pipedream
[Components] runpod
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# runpod
## URLs
- https://docs.runpod.io/sdks/graphql/manage-pods
## Actions
### create-pod
#### Prompt
Creates a new pod with the specified parameters.
#### URLs
- https://docs.runpod.io/sdks/graphql/manage-pods#create-pods
### start-pod
#### Prompt
Starts a stopped pod, making it available for use.
#### URLs
- https://docs.runpod.io/sdks/graphql/manage-pods#start-pods
### stop-pod
#### Prompt
Stops a running pod, freeing up resources and preventing further charges.
#### URLs
- https://docs.runpod.io/sdks/graphql/manage-pods#stop-pods
### get-pod
#### Prompt
Get details of a pod by id.
#### URLs
- https://docs.runpod.io/sdks/graphql/manage-pods#get-pod-by-id
Contributor guide
Assessment
This issue has not been assessed yet.