Skip to main content
GET/v1/provisioning/resources

Provisioned Resources

GET/v1/provisioning/resourcesBearer token

List all provisioned resources across all orders and workflows.

Query Parameters

typestring

Filter by resource type: virtual_machine, container, network, storage, load_balancer.

statusstring

Filter by status: running, stopped, error, terminated.

order_idstring

Filter by originating order.

Response

Response

Delete Resource

DELETE/v1/provisioning/resources/:idBearer token

Terminate and delete a provisioned resource.

Deleting a resource is irreversible. All data stored on the resource will be permanently lost. Consider creating a snapshot first.