Redis - Flush Cache

Deletes all of the keys in a cache.

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redis/{cacheName}/flush?api-version=2023-08-01

URI Parameters

Name In Required Type Description
cacheName
path True

string

The name of the Redis cache.

Regex pattern: ^([a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9]|[a-zA-Z0-9])$

resourceGroupName
path True

string

The name of the resource group. The name is case insensitive.

subscriptionId
path True

string

The ID of the target subscription.

api-version
query True

string

The API version to use for this operation.

Responses

Name Type Description
200 OK

OperationStatusResult

Flush operation succeeded.

Headers

  • Location: string
  • Azure-AsyncOperation: string
202 Accepted

Flush operation successfully enqueued; follow the Location header to poll for final outcome.

Headers

  • Location: string
  • Azure-AsyncOperation: string
Other Status Codes

ErrorResponse

Error response describing why the operation failed.

Security

azure_auth

Azure Active Directory OAuth2 Flow.

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

RedisCacheFlush

Sample Request

POST https://management.azure.com/subscriptions/subcription-id/resourceGroups/resource-group-name/providers/Microsoft.Cache/redis/cache-name/flush?api-version=2023-08-01

Sample Response

location: https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Cache/...pathToOperationResult...
Azure-AsyncOperation: https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Cache/...pathToOperationResult...
{
  "status": "Succeeded"
}

Definitions

Name Description
ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

OperationStatusResult

The current status of an async operation.

ErrorAdditionalInfo

The resource management error additional info.

Name Type Description
info

object

The additional info.

type

string

The additional info type.

ErrorDetail

The error detail.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

ErrorDetail[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorResponse

Error response

Name Type Description
error

ErrorDetail

The error object.

OperationStatusResult

The current status of an async operation.

Name Type Description
endTime

string

The end time of the operation.

error

ErrorDetail

If present, details of the operation error.

id

string

Fully qualified ID for the async operation.

name

string

Name of the async operation.

operations

OperationStatusResult[]

The operations list.

percentComplete

number

Percent of the operation that is complete.

startTime

string

The start time of the operation.

status

string

Operation status.