DROP COMPUTE_POOL
Last updated
DROP COMPUTE_POOL compute_pool_name;Drops a compute_pool from the organization. Only the owner can execute this command.
Important You must stop a compute_pool before you can drop it.
The name of the compute_pool to drop. If the name is case-sensitive, you must wrap it in double quotes; otherwise, the system uses the lower-case name.
DROP COMPUTE_POOL mypool;Last updated

