Documentation
Back to guides list
Prev
Back to guides list

Virtuozzo PowerPanel REST API Reference

Dec 08, 2021
  • 1. Authentication
  • 2. Instances
    • 2.1. Listing Instances
    • 2.2. Showing Instance Details
    • 2.3. Updating Instances
    • 2.4. Executing Instance Actions
    • 2.5. Changing Instance Passwords
    • 2.6. Listing Instance Alerts
    • 2.7. Marking Instance Alerts as Seen
  • 3. Instance Backups
    • 3.1. Listing Instance Backups
    • 3.2. Creating Instance Backups
    • 3.3. Restoring Instance Backups
    • 3.4. Attaching Instance Backups
    • 3.5. Detaching Instance Backups
    • 3.6. Deleting Instance Backups
  • 4. Instance Tasks
    • 4.1. Listing Instance Tasks
    • 4.2. Showing Instance Task Details
  • 5. Resource Alerts
    • 5.1. Listing Resource Alerts
  • 6. Hosts
    • 6.1. Listing Hosts
    • 6.2. Deleting Hosts
  • 7. Services
    • 7.1. Listing Services
    • 7.2. Deleting Services
  • 8. Settings
    • 8.1. Listing Settings
    • 8.2. Creating Settings
    • 8.3. Showing Setting Details
    • 8.4. Updating Settings
    • 8.5. Deleting Settings
Prev

8.5. Deleting SettingsΒΆ

DELETE /settings/{param}

Deletes a setting.

Request example:

# curl -s -X DELETE -H 'Content-Type: application/json' -H 'X-Auth-Token: gAAAAA<...>' \
https://<controller_hostname>/api/v1/settings/instance.action.reinstall

Response example:

{
  "value": "1",
  "created_at": "2020-12-18T08:17:56.000000",
  "applies_to": {
    "instance_type": "all",
    "module_type": "all"
  },
  "param": "instance.action.repair",
  "updated_at": null
}
Dec 08, 2021
Edit Print Share
Prev
GPG Keys Legal