Delete a omspool profile. You must specify a profile name to be deleted. To find a list of available profiles for deletion, issue the profiles list command. By default, you will be prompted to confirm the profile removal.
Warning: This command has been deprecated.
Recommended replacement: Edit your Zowe V2 configuration zowe.config.json
Usage
zowe profiles delete omspool-profile <profileName> [options]
Positional Arguments
-
profileName
(string)
- Specifies the name of the omspool profile to be deleted. You can also load this profile by using the name on commands that support the "--omspool-profile" option.
Options
-
--force
(boolean)
- Force deletion of profile, and dependent profiles if specified. No prompt will be displayed before deletion occurs.
Global options
-
--response-format-json
| --rfj
(boolean)
- Produce JSON formatted data from a command
-
--help
| -h
(boolean)
-
--help-examples
(boolean)
- Display examples for all the commands in a group
-
--help-web
| --hw
(boolean)
- Display HTML help in browser
Examples