DROP RESOURCE POOL
Function
DROP RESOURCE POOL deletes a resource pool.

If a role has been associated with a resource pool, the resource pool cannot be deleted.
Precautions
The user must have the DROP permission in order to delete a resource pool.
Syntax
1
|
DROP RESOURCE POOL [ IF EXISTS ] pool_name; |
Parameter Description
Parameter |
Description |
Value Range |
---|---|---|
IF EXISTS |
Sends a notice instead of an error if the specified resource pool does not exist. |
- |
pool_name |
Specifies the name of a created resource pool. |
A string, which must comply with the naming convention. |
Examples
Delete the resource pool named pool:
1
|
DROP RESOURCE POOL pool; |
Helpful 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