We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03d5e5 commit 46f942cCopy full SHA for 46f942c
runpod/__init__.py
@@ -7,7 +7,7 @@
7
from .endpoint import AsyncioEndpoint, AsyncioJob
8
from .api_wrapper.ctl_commands import(
9
get_gpus, get_gpu,
10
- get_pod,
+ get_pods,
11
create_pod, stop_pod, resume_pod, terminate_pod
12
)
13
from .cli.config import set_credentials, check_credentials, get_credentials
0 commit comments