Hosts
Delete a host
Prevents deletion if the host has a daemon associated with it
Authorization<token>
User API key (Bearer scp_u_...). Create in Platform > API Keys.
In: header
Path Parameters
id*string
Host ID
Format
uuidResponse Body
application/json
application/json
application/json
curl -X DELETE "https://loading/api/v1/hosts/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"meta": {
"api_version": 1,
"server_version": "0.13.5"
},
"success": true,
"data": {},
"error": "string"
}{
"success": true,
"error": "string"
}{
"success": true,
"error": "string"
}Update a host
Updates host properties. Children (interfaces, ports, services) are managed via their own endpoints. ### Tag Validation - Tags must exist and belong to your organization - Duplicate tag UUIDs are automatically deduplicated - Invalid or cross-organization tag UUIDs return a 400 error
Overview
Next Page