vercel integration-resource

Learn how to perform native integration product resources tasks using the vercel integration-resource CLI command.
Table of Contents

The vercel integration-resource command needs to be used with one of the following actions:

  • vercel integration-resource remove
  • vercel integration-resource disconnect

For the resource-name in all the commands below, use the URL slug value of the product for this installed resource.

The vercel integration-resource remove command uninstalls the product for this resource from the integration.

terminal
vercel integration-resource remove [resource-name] (--disconnect-all)

Using the vercel integration-resource remove command to uninstall a resource's product from an integration.

When you include the --disconnect-all parameter, all connected projects are disconnected before removal.

The vercel integration-resource disconnect command disconnects a product's resource from a project where it is currently associated.

terminal
vercel integration-resource disconnect [resource-name] (--all)

When you include the --all parameter, all connected projects are disconnected.

Using the vercel integration-resource disconnect command to disconnect a resource from it's connected project(s)

terminal
vercel integration-resource disconnect [resource-name] [project-name]

Using the vercel integration-resource disconnect command to disconnect a resource from a specific connected project where project-name is the URL slug of the project.

The following global options can be passed when using the vercel integration command:

For more information on global options and their usage, refer to the options section.

Last updated on December 3, 2024