Skip to content

vip import media abort

Abort the media import currently in progress.

Usage

vip import media abort [options]

Options

OptionDescription
-a, --app [value] Target an application. Accepts a string value for the application name or an integer for the application ID.
-e, --env [value] Target an environment. Accepts a string value for the environment type.
-f, --force Skip confirmation. (default: false)
-h, --help Retrieve a description, examples, and available options for a (sub)command. (default: false)
-v, --version Retrieve the version number of VIP-CLI currently installed on the local machine. (default: false)
-d, --debug [value] Generate verbose output during command execution to help identify or fix errors or bugs.

Examples

- Abort the media file import that is currently in progress on the production environment of the "example-app" application.
$ vip @example-app.production import media abort

Last updated: July 07, 2026