Skip to main content

Delete a specific version of a Cloud Resource Plan

< introduction | delete cloud resource plan

Prerequisite(s)


Overview

You can delete a specific verions of a cloud resource plan, but be aware that future deployments of application components using that plan will fail.


CLI Instructions

CLI Commands - Quick Reference

InstructionCLI Command
Output versioned cloud resource plan's manifest to filewf delete cloudresourceplan PLAN --version VERSION

Delete a version of a cloud resource plan

caution

If you delete a cloud resource plan, future deployments of application components using that plan will fail.


Use the wf delete cloudresourceplan PLAN --version VERSION command to delete a specific version of the cloud resource plan.

wf delete cloudresourceplans sand2-az-storage --version 2.0.0
◉ Waiting for resource "sand2-az-storage" to delete
✔ Resource "sand2-az-storage" has been deleted


Web Interface Instructions

caution

If you delete a cloud resource plan, future deployments of application components using that plan will fail.


Steps

  • Expand Admin, and then navigate to Cloud > Resources
  • Select the Name of your cloud resource plan
  • Select the Version of your cloud resource plan
  • Click the kebab menu and select Delete
  • Confirm the deletion when prompted

Screenshot(s)

Delete Cloud Resource Plan