For the complete documentation index, see llms.txt. This page is also available as Markdown.

START/STOP COMPUTE_POOL

Syntax

START COMPUTE_POOL my_pool;

Description

Start a compute_pool with the provided name.

Syntax

STOP COMPUTE_POOL my_pool;

Description

Stop a compute_pool with the provided name.

Last updated