Skip to main content

companySearchCleanupOrphanedIndices

DEPRECATED

This mutation is deprecated and will be removed in a future version.

Clean up orphaned search indices from failed operations.

Removes unused or corrupted indices that were left behind from failed reindex operations, helping maintain search infrastructure health and performance.

Possible errors:

  • COMPANIES_CLEANUP_ERROR: Failed to clean up orphaned indices
companySearchCleanupOrphanedIndices(
input: CompanySearchReindexInput!
): Boolean! @deprecated

Arguments

companySearchCleanupOrphanedIndices.input ● CompanySearchReindexInput! non-null input

Cleanup configuration for identifying and removing orphaned indices.

Specifies the criteria for identifying orphaned indices and the cleanup parameters.

Type

Boolean scalar

The Boolean scalar type represents true or false.