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
System Configuration Operations
GET
Get Nsp Configuration
Deprecated
POST
Create Nsp Configuration
Deprecated
PUT
Update Nsp Configuration
Deprecated
GET
Get Static Routes
PUT
Configure Static Route
GET
Get Network Settings
PUT
Configure Dns Settings
DELETE
Remove Dns Settings
GET
Get Time Settings
PUT
Configure Time Settings
DELETE
Remove Ntp Settings
PUT
Change Appliance Password
GET
Get Apache Proxy Configuration
Deprecated
POST
Configure Apache Proxy
Deprecated