How to Disable CircleCI Releases Components

Overview

If you're looking to manage your release credit usage or reduce costs, you might want to disable one or more components in CircleCI.

Disabling a component is a process that involves removing the circleci.com/project-id annotation for the component you no longer want to have monitored.

While disabling a component will indeed save release credits, it also means that CircleCI will no longer monitor its releases - Only perform this action if you are certain that you do not wish to track the component's releases in CircleCI.

Disabling the Release Component

Identify the component

First, identify the component that you would like to disable. This would be the specific piece of architecture that you've tagged with the circleci.com/project-id annotation

  annotations:
circleci.com/project-id: <your-project-ID>

Removing the Annotation from the Component

Once the circleci.com/project-id annotation has been identified, you can remove the annotation to ensure CircleCI will stop monitoring releases for this component.

Additional Notes

  • If you've already had a release for that component in the current billing period, it will still count towards your calculation for the current period. However, by removing the annotation, you prevent it from being billed in the subsequent billing periods.
  • In case you wish to re-enable releases monitoring for this component, you can just re-add the circleci.com/project-id annotation to the component in your configuration file.

Additional Resources

 

Was this article helpful?
1 out of 1 found this helpful

Comments

0 comments

Article is closed for comments.