Delete Template Instance

Delete a template instance from the local directory.

kbc local template delete [flags]

Deletes all component configurations that were created from a template.

Options

-b, --branch string <string>
branch ID or name
-i, --instance <string>
ID of the template instance
--dry-run
Preview the list of configs to be deleted

Global Options

Examples

See Use Template Tutorial.

➜ kbc local template delete -b main -i inst1 --dry-run

Plan for "delete-template" operation:
  x C main/extractor/keboola.ex-db-mysql/my-data-source
  x C main/extractor/keboola.ex-db-mysql/my-data-source-2
Dry run, nothing changed.
Delete done.

Next Steps