wx-ai training delete

Cancels the specified training and removes it.

Syntax

cpdctl wx-ai training delete \
[--hard-delete HARD-DELETE] \
[--project-id PROJECT-ID] \
[--space-id SPACE-ID] \
--training-id TRAINING-ID

Options

Table 1: Command options
Option Description
--hard-delete (Boolean)

Set to true to also delete the job metadata information.

--project-id (string)

The project that contains the resource. Either space_id or project_id query parameter must be given.

The maximum length is 36 characters. The minimum length is 36 characters. The value must match the regular expression /[a-zA-Z0-9-]*/.

--space-id (string)

The space that contains the resource. Either space_id or project_id query parameter must be given.

The maximum length is 36 characters. The minimum length is 36 characters. The value must match the regular expression /[a-zA-Z0-9-]*/.

--training-id (string)

The training identifier. Required.