---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://www.servicenow.com/docs/r/servicenow-platform

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Enable optimized deletion

# Enable optimized deletion of retired CIs in AWS {#ariaid-title1}

* Release version: Australia
* 
* Updated March 12, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Enable the sn_aws_integ.enableOptimizedDeletion system property for the optimized deletion of retired configuration items (CIs) in AWS during full import of data.

## Before you begin

Set the application scope to Service Graph Connector for AWS using the application picker. For more information, see [Application picker](https://www.servicenow.com/docs/access?context=c_ApplicationPicker&version=australia&pubname=australia-application-development&ft:locale=en-US).

Role required: admin

## About this task

By default, the ListDiscoveredResources API is used in batches of 20 to ascertain deleted resource data as there's no other API in AWS that provides deleted resource deltas. This action adversely impacts performance, particularly with a large number of resources, as the majority of time is dedicated to API calls.

When your AWS instance has a large number of CIs to import, you can enable the sn_aws_integ.enableOptimizedDeletion property to accelerate the import time. The property enables deleting any
retired CI classes with an improved logic. In this optimized deletion approach, a complete pull is conducted. Without depending on AWS API calls, the deleted CI is determined by comparing imported resources from the last run with the resources imported in the current run. By default, the value of the property is set to
`false`.

## Procedure

1. Enter <kbd class="ph userinput">sys_properties.list</kbd> in the navigation filter, and then open the sn_aws_integ.enableOptimizedDeletion property.
2. In the Value field, enter <kbd class="ph userinput">true</kbd>.
3. Select Update.
{#sgc-cmdb-aws-delete-cis__steps_brw_2m3_tqb}

