Command Palette
Search for a command to run

Delete a machine

Permanently delete a machine and its disk

DELETE
/auth/v1/seed/{namespace}/machines/{name}

Path parameters


namespace
type: string
required
The namespace (user or organization) the machine belongs to.
name
type: string
required
The machine name.

Query parameters


force
type: boolean
Force delete a running machine without stopping it first.
default: false

Previous Create a machine

Next Get a machine