DROP SERVER
Function
DROP SERVER deletes an existing data server.
Precautions
Only the server owner can delete a server.
Syntax
1
|
DROP SERVER [ IF EXISTS ] server_name [ {CASCADE | RESTRICT} ] ; |
Parameter Description
Parameter |
Description |
Value Range |
---|---|---|
IF EXISTS |
Sends a notice instead of an error if the specified server does not exist. |
- |
server_name |
Specifies the name of the server to be deleted. |
An existing server name. |
CASCADE | RESTRICT |
Specifies how to process related data in the dependent object when a delete operation is performed. |
|
Examples
Delete the hdfs_server server:
1
|
DROP SERVER hdfs_server; |
Links
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot