Devbox
Devbox-Lifecycle
Shutdown a running Devbox.
Shutdown a running Devbox. This will permanently stop the Devbox. If you want to save the state of the Devbox, you should take a snapshot before shutting down or should suspend the Devbox instead of shutting down. If the Devbox has any in-progress snapshots, the shutdown will be rejected with a 409 Conflict unless force=true is specified.
post/v1/devboxes/{id}/shutdown
Path parameters
idstring required
The Devbox ID.
Query parameters
forcestring
If true, force shutdown even if snapshots are in progress. Defaults to false.
Response
OK