Home
EN
Location
Documentation Home
Palo Alto Networks
Support
Live Community
Knowledge Base
MENU
Home
Security Operations
Cortex XSOAR
Cortex XSOAR Administrator’s Guide
Distributed Database Deployment
Delete a Database Node
Document:
Cortex XSOAR Administrator’s Guide
Delete a Database Node
Download PDF
Last Updated:
Sat Mar 05 23:12:46 PST 2022
Current Version:
6.0 (EoL)
Version 6.0 (EoL)
End-of-Life (EoL)
Previous
Next
Delete a Database Node
deleting database node
The following section provides instructions for deleting a database node from your cluster. You can only delete a node using the API.
Deleting a database node removes all of the node's data. The data cannot be restored to a different node.
Use a GET call to the
/cluster/nodes
endpoint to retrieve a JSON of all of the database nodes in the cluster.
For example,
curl -X GET \ https://<cortexXSOARServer>:<portNumber>/cluster/nodes -H 'Remote-Database-Authorization: <Base64 DB Secret>'
.
Remove the database node from the JSON.
Use a PUT call to the
/cluster/nodes
endpoint to send the updated JSON file to the server.
For example,
curl -X PUT \ https://<cortexXSOARServer>:<portNumber>/cluster/nodes -H 'Remote-Database-Authorization: <Base64 DB Secret>'
.
Previous
Next
Recommended For You
Recommended Videos
Recommended videos not found.