Deactivate No private IP feature for a dedicated server
POST/v1/hosts/dedicated_servers/{server_id}/features/no_private_ip/deactivate
To deactivate the No private IP feature, send a POST request to the /v1/hosts/dedicated_servers/{server_id}/features/no_private_ip/deactivate endpoint. The selected server must be filled 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/olej54dj/features/no_private_ip/deactivate"{ "name": "no_private_ip", "status": "activated"}