GitHub user bernardodemarco added a comment to the discussion: How can i delete a compute offering?
Hello, @ahmadamirahmadi007 As described in more details in https://github.com/apache/cloudstack/pull/11544#pullrequestreview-3173233227, the service offerings were originally designed to only be deactivated, and not removed. Thus, Apache CloudStack does not currently support deleting them. As possible workarounds, it is possible to manually update it from the DB, defining its `removed` field to a timestamp, or to delete the offering's record. However, it is crucial to be ensured that no computing resources are currently using the offering and, if it is completely deleted, that no other resources reference it. GitHub link: https://github.com/apache/cloudstack/discussions/12162#discussioncomment-15105105 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
