Skip to main content

Deactivate a CDN device

DELETE 

/api/cdn/devices/:id

Sets is_active = false for the device in the discovery table without deleting the row (the row is shared with other subsystems). A device that sends a new discovery message will automatically become active again.

Request

Path Parameters

    id stringrequired

    Device ID to deactivate

Responses

Device marked as inactive

Loading...