API Stability |
Short-Term
|
The s3DisableArchiving() GraphQL mutation is used to disable an archiving job in S3 for the repository.
For more information on S3 storage, see the S3 Archiving documentation page.
Syntax
Below is the syntax for the s3DisableArchiving() mutation field:
graphql
s3DisableArchiving(
repositoryName: string!
): BooleanResultType!
Returned Datatypes
The returned datatype
BooleanResultType
has
one parameter. It's descibed in the table here:
Table: BooleanResultType
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 24, 2024 | |||||
results | boolean | yes | Long-Term | Whether the mutation was performed. |