Remove one or more Greenplum Streaming Server jobs.
gpsscli remove {<job_name> | <job_id>}
[--all]
[-f | --force]
[--config <gpsscliconfig.json>]
[--gpss-host <host>] [--gpss-port <port>]
[-U | --username <client_auth_user> -P | --password <client_auth_passwd>]
[--no-check-ca] [-l | --log-dir <directory>] [--verbose]
gpsscli remove {-h | --help}
The gpsscli remove
command removes a job from the job list of a specific Greenplum Streaming Server (GPSS) instance.
Specify the --all
flag to the command to remove all stopped and errored jobs. Specify the -f | --force
flag to instruct GPSS to forcibly stop and remove the job(s).
When you remove a job, GPSS un-registers the job and removes all job-related resources.
If the GPSS instance to which you want to send the request is not running on the default host (127.0.0.1
) or the default port number (5000
), you can specify the GPSS host and/or port via command line options.
gpsscli submit
, or the command returns a unique job identifier.
--all
flag is also specified.
The GPSS configuration file. This file includes properties that identify the gpss
instance that services the command. When SSL encryption is enabled between the GPSS client and server, you also use this file to identify the file system location of the client SSL certificates. Refer to gpss.json for detailed information about the format of this file and the configuration properties supported.
Note: gpsscli
subcommands read the configuration specified in the ListenAddress
block of the gpsscliconfig.json
file, and ignore the gpfdist
configuration specified in the Gpfdist
block of the file.
Enable the use of color when displaying front-end log messages. When specified, GPSS colors the log level in messages that it writes to stdout
. Color is disabled by default.
--color
option if you also specify
--csv-log
.
stdout
using spaces between fields for a more human-readable format.
127.0.0.1
. If specified, overrides a
ListenAddress:Host
value provided in
gpsscliconfig.json
5000
. If specified, overrides a
ListenAddress:Port
value provided in
gpsscliconfig.json
gpsscli
subcommand.
The directory to which GPSS writes client command log files. GPSS must have write permission to the directory. GPSS creates the log directory if it does not exist.
gpsscli
client log files to the
$HOME/gpAdminLogs
directory.
stdout
. When you specify the
--verbose
option, GPSS also outputs debug-level messages about the operation.
Remove the GPSS job identified by the name nsync_121118
:
$ gpsscli remove nsync_121118