Suspend

Suspension is used in a lot of third party system to lock the product, therefore we stop/kill the vm when requested and disable controls

Suspend

POST https://api.netcon.dk/projects/:projectId/products/:productId/suspend

Path Parameters

Headers

{
    "message": String
}

DELETE /projects/:projectId/products/:productId/suspend

Unsuspend product

Path Parameters

Headers

{
    "message": String
}

Last updated