Drop cloud
DROP CLOUD [IF EXISTS] name

Drop cloud object.

If the cloud does not exist, an error will be produced unless the IF EXISTS clause is provided.

A cloud can be dropped only if not associated with any storage object.

Examples #

DROP CLOUD s3

See also SHOW CLOUDS, CREATE CLOUD, ALTER CLOUD