A service is autonomous if it has full control over its internal logic. This requires that it has clearly defined and isolated (decoupled) functional and operational boundaries, that it is independent of other services and only communicates via contract-driven messages and policies.
A consumer should exercise no influence over the service other than to execute it and to provide input values. The service should have minimal dependency on its execution environment.