Deactivate Public iPXE boot feature for a dedicated server
POST/v1/hosts/dedicated_servers/{server_id}/features/public_ipxe_boot/deactivate
A POST request to /v1/hosts/dedicated_servers/{server_id}/features/public_ipxe_boot/deactivate deactivates the Public iPXE boot feature. Learn more in the iPXE Boot section.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
| Field | Details |
|---|---|
server_id | stringA unique identifier of a dedicated server. |
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/v1/hosts/dedicated_servers/ELe3E9b6/features/public_ipxe_boot/deactivate"{ "name": "public_ipxe_boot", "status": "activated"}