Delete service
User API key (Bearer scp_u_...). Create in Platform > API Keys.
In: header
Path Parameters
Service ID
uuidResponse Body
application/json
application/json
curl -X DELETE "https://loading/api/v1/services/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"meta": {
"api_version": 1,
"server_version": "0.13.5"
},
"success": true,
"data": {},
"error": "string"
}{
"success": true,
"error": "string"
}Update a service
Updates an existing service. All binding validation rules from service creation apply here as well. ## Binding Validation Rules - **Cross-host validation**: All bindings must reference ports/interfaces that belong to the service's host. Bindings referencing entities from other hosts will be rejected. - **Deduplication**: Duplicate bindings are automatically deduplicated. - **All-interfaces precedence**: If a port binding with `interface_id: null` (all interfaces) is included, any specific-interface bindings for the same port are automatically removed. - **Conflict detection**: Interface bindings conflict with port bindings on the same interface.
Overview
Next Page