appcfg.py [options] vacuum_indexes <app-directory> Deletes unused datastore indexes in App Engine. If an index definition is removed from index.yaml, the index is not deleted automatically when the application is uploaded because it may be in use by another version of the application. Run this action when all old indexes are no longer needed.
http://code.google.com/appengine/docs/python/tools/uploadinganapp.html#Command_Line_Arguments Robert On Mon, Jan 24, 2011 at 22:47, Baalaaji s <[email protected]> wrote: > HI, > > How to delete the indexes for my application at Data store > indexes. > > Can anyone help me to resolve this issue... > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
