Activate No public network feature for a dedicated server
POST/v1/hosts/dedicated_servers/{server_id}/features/no_public_network/activate
The No public network feature is activated by executing the POST request to the /v1/hosts/dedicated_servers/{server_id}/features/no_public_network/activate endpoint. A server for the operation has 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/4oeEWlb0/features/no_public_network/activate"{ "name": "no_public_network", "status": "activation"}