Remove Ntp Settings

Remove Ntp Settings
Remove NTP Settings

Removes NTP server configuration from the HCX Manager appliance. After removal, time will not be automatically synchronized and may drift.

Important Notes:

  • Service restart may be required: Component services may need restart after removing NTP
  • Time drift may occur after NTP removal
  • Consider setting manual time or reconfiguring NTP after removal
  • System clocks will drift over time without NTP
Request
URI
DELETE
https://{server}:9443/system/timesettings/ntp
COPY
Authentication
This operation uses the following authentication methods.
Responses
204

NTP settings removed successfully (No Content)

Operation doesn't return any data structure

500

Internal server error - Failed to remove NTP settings

Returns ErrorResponse of type(s) application/json
{
    "isSuccess": false,
    "message": "Request schema validation failed",
    "httpStatusCode": 400
}
boolean
isSuccess
Required

Indicates if the operation was successful

string
message
Required

Human-readable error message

integer
httpStatusCode
Required

HTTP status code


Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/system/timesettings/ntp