Deactivate Disaggregated public ports feature for a dedicated server
POST/v1/hosts/dedicated_servers/{server_id}/features/disaggregated_public_ports/deactivate
The Disaggregated public ports feature is deactivated via a POST request to the /v1/hosts/dedicated_servers/{server_id}/features/disaggregated_public_ports/deactivate endpoint. The server to be specified in the path parameter.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
| Field | Details |
|---|---|
server_id | stringA unique identifier of a server. |
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/v1/hosts/dedicated_servers/4QbYqYbz/features/disaggregated_public_ports/deactivate"{ "name": "disaggregated_public_ports", "status": "activated"}