remove-coprocessor

subtitle

Removes a coprocessor for a specific table

version

0.9.111

Description

Removes a coprocessor for a specific table.

Synopsis

  remove-coprocessor
--table-name <value>
--coprocessor-canonical-name <value>
[--force | --no-force]
[--environment <value>]
[--database <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--table-name (string)

Fully qualified table name.

--coprocessor-canonical-name (string)

The coprocessor canonical name. It is unique per database.

--force | --no-force (boolean)

Forcefully remove the coprocessor.

--environment (string)

The name or CRN of the environment.

--database (string)

The name or CRN of the database.

--cli-input-json (string)

Performs service operation based on the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.

--generate-cli-skeleton (boolean)

Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for --cli-input-json.

Output

status -> (string)

Coprocessor status type. ADD_NEW - When an add coprocessor request was just requested. ADD_IN_PROGRESS - When an add coprocessor request is in progress. ADD_FAILED - When an add coprocessor request has failed. ADD_SUCCESSFUL - Add coprocessor request has been completed successfully. REMOVE_NEW - When a remove coprocessor request was just requested. REMOVE_IN_PROGRESS - When a remove coprocessor is in progress. REMOVE_FAILED - When a remove coprocessor request has failed. REMOVE_SUCCESSFUL - Remove coprocessor request has been completed successfully.

commandId -> (integer)

The command ID of the submitted request.

Form Factors

public