Skip to main content
POST
/
v1
/
installs
/
{install_id}
/
deprovision
deprovision an install
curl --request POST \
  --url https://api.nuon.co/v1/installs/{install_id}/deprovision \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "plan_only": true
}
'
{
  "workflow_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.nuon.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and token.

Path Parameters

install_id
string
required

install ID

Body

application/json

Input

plan_only
boolean

Response

Created

workflow_id
string