Skip to main content
POST
/
v1
/
installs
/
{install_id}
/
components
/
teardown-all
teardown an install's components
curl --request POST \
  --url https://api.nuon.co/v1/installs/{install_id}/components/teardown-all \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "plan_only": true,
  "role": "<string>"
}
'
{
  "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
role
string

Response

Created

workflow_id
string