Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ You can set up deploy markers for a single project or for multiple projects at o
* Your code must be stored in a *GitHub* repository.
* A CircleCI account connected to your code. You can link:https://circleci.com/signup/[sign up for free].
* A CircleCI project with a workflow configured to deploy your code.
* Organization admin permissions in CircleCI (required for multi-project setup).
* The GitHub App installed in your organization. If not installed, the setup process prompts you to install it.
* AI features enabled for your organization (required for AI-based generation). See the xref:toolkit:enable-ai-powered-features.adoc[Enable AI-Powered Features] page for steps. If AI features are not enabled, you are presented with a configuration template instead of AI-generated configuration. You can copy the template and use it to update your configuration files manually.
include::ROOT:partial$prerequisites/organization-admin.adoc[]

=== 1. Start the setup

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ NOTE: If you do not see the organization you would like to join listed, you will
[#invite-teammates]
== Invite teammates to join your organization

The steps in this section show how an org admin can invite teammates to join their organization.
The steps in this section show how an organization admin can invite teammates to join their organization.

The steps are different depending on your organization type.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For detailed information about user types, how to register, and why registration

* A CircleCI account connected to your code. You can link:https://circleci.com/signup/[sign up for free].
* You must be on the link:https://circleci.com/pricing/[Performance or Scale Plan].
* You must be an org admin.
include::ROOT:partial$prerequisites/organization-admin.adoc[]

[#steps]
== Steps
Expand All @@ -25,7 +25,7 @@ Follow these steps to prevent unregistered users from triggering work that consu

. In the link:https://app.circleci.com/[CircleCI web app], select *Plan* in the sidebar.
. Select the **Usage Controls** tab. If you do not see this option, you might be on the Free Plan, or you may not be an org admin, in which case this guide does not apply to you.
. Click on the **Prevent unregistered user spend** toggle to switch it "On".
. Select on the **Prevent unregistered user spend** toggle to switch it "On".

To disable this feature you can toggle this switch "Off" at any time.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,14 @@ If you only want to stop builds for a project and keep the complete build histor
|===
--


[#delete-an-organization]
== Delete an organization

[NOTE]
====
You can only delete an organization when both the below conditions are met:

- The organization is on a Free Plan.
- The user performing the action has an admin role in the organization.
====

You can delete your organization from the CircleCI web app or via the CircleCI API:

CAUTION: This action will permanently delete the organization for you and all organization members.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Enable AI-powered convenience features in your CircleCI organization to access t

== Prerequisites

You must have organization administrator permissions to enable AI-powered features.
include::ROOT:partial$prerequisites/organization-admin.adoc[]

== Enable AI-powered features

Expand Down