DROP COMPUTE_POOL

Syntax

DROP COMPUTE_POOL compute_pool_name;

Description

Drops a compute_pool from the organization. Only the owner can execute this command.

Arguments

compute_pool_name

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.

Example

DROP COMPUTE_POOL mypool;

Last updated