CH·02CLI reference
gpu instances delete
Terminate an instance
Terminate an instance
Synopsis
Submits a DELETE for the given instance and polls the operation FSM until succeeded (default 60s wait). Use --wait-timeout=0 to skip polling.
gpu instances delete <instance-id> [flags]
Examples
gpu instances delete gpu-abc123
# Fire-and-forget: print the operation_id and exit
gpu instances delete gpu-abc123 --wait-timeout 0
Options
-h, --help help for delete
--wait-timeout duration How long to poll for the terminate operation to succeed (default 1m0s)
Options inherited from parent commands
--api-base string API base URL (override with GPUAI_API_BASE env) (default "https://api.gpu.ai/v1")
--debug Enable debug logging to stderr
-o, --output string Output format: table|json (default table on TTY, json otherwise)
SEE ALSO
- gpu instances - Manage GPU instances