Provisioned Resources
GET
/v1/provisioning/resourcesBearer tokenList all provisioned resources across all orders and workflows.
Query Parameters
typestringFilter by resource type: virtual_machine, container, network, storage, load_balancer.
statusstringFilter by status: running, stopped, error, terminated.
order_idstringFilter by originating order.
Response
Response
Delete Resource
DELETE
/v1/provisioning/resources/:idBearer tokenTerminate 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.