Computer Lifecycle
Stop computer
Shut down a running computer.
POST
Stop computer
Stops a running computer. State is preserved and the computer can be restarted later with no data loss.
Idempotent - stopping an already-stopped computer returns success without side effects.
Stopped computers don’t incur compute charges. Computers can also be stopped automatically via auto-stop.
Path parameters
Computer ID.
Response
true if stop was initiated.Example
Response
Errors
401- Invalid or missing API key403- You don’t have access to this computer404- Computer not found
Stop computer