Change plan limits
Modify the limits of a plan on the GitLab instance.
Authorizations
Section titled “ Authorizations ”Request Body required
Section titled “ Request Body required ”object
Name of the plan to update
Maximum number of Instance-level CI/CD variables that can be defined
Maximum number of jobs in a single pipeline
Total number of jobs in currently active pipelines
Maximum number of pipeline subscriptions to and from a project
Maximum number of pipeline schedules
Maximum number of needs dependencies that a job can have
Maximum number of runners created or active in a group during the past seven days
Maximum number of runners created or active in a project during the past seven days
Maximum Conan package file size in bytes
Maximum size of a dotenv artifact in bytes
Maximum number of variables in a dotenv artifact
Maximum storage size for the root namespace enforcement in MiB
Maximum generic package file size in bytes
Maximum Helm chart file size in bytes
Maximum Maven package file size in bytes
Maximum storage size for the root namespace notifications in MiB
Maximum NPM package file size in bytes
Maximum NuGet package file size in bytes
Maximum PyPI package file size in bytes
Maximum Terraform Module package file size in bytes
Maximum storage size for the root namespace in MiB
Maximum number of downstream pipelines in a pipeline’s hierarchy tree
Maximum number of times a webhook can be called per minute, per top-level namespace. 0 for unlimited.
Maximum number of times a webhook can be called per minute, per top-level namespace. 0 for unlimited (GitLab.com only).
Maximum number of times a webhook can be called per minute, per top-level namespace. 0 for unlimited (GitLab.com only).
Maximum number of parallel pipelines per merge train
Responses
Section titled “ Responses ”OK
object
object
Example
{ "ci_instance_level_variables": 25, "ci_pipeline_size": 0, "ci_active_jobs": 0, "ci_project_subscriptions": 2, "ci_pipeline_schedules": 10, "ci_needs_size_limit": 50, "ci_registered_group_runners": 1000, "ci_registered_project_runners": 1000, "conan_max_file_size": 3221225472, "dotenv_variables": 20, "dotenv_size": 5120, "enforcement_limit": 15000, "generic_packages_max_file_size": 5368709120, "helm_max_file_size": 5242880, "limits_history": { "enforcement_limit": [ { "timestamp": 1686909124, "user_id": 1, "username": "x", "value": 5 } ], "notification_limit": [ { "timestamp": 1686909124, "user_id": 2, "username": "y", "value": 7 } ] }, "maven_max_file_size": 3221225472, "notification_limit": 15000, "npm_max_file_size": 524288000, "nuget_max_file_size": 524288000, "pipeline_hierarchy_size": 1000, "pypi_max_file_size": 3221225472, "terraform_module_max_file_size": 1073741824, "storage_size_limit": 15000, "web_hook_calls": 500, "web_hook_calls_low": 500, "web_hook_calls_mid": 500, "max_pipelines_per_merge_train": 20}Bad request
Unauthorized
Forbidden